object AboutBox: TAboutBox Left = 601 Top = 313 BorderStyle = bsDialog Caption = 'About BGAUGE' ClientHeight = 288 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object TLabel Left = 104 Top = 120 Width = 81 Height = 13 Caption = 'Estimation history' end object Label2: TLabel Left = 16 Top = 120 Width = 25 Height = 13 Caption = 'Short' end object Label3: TLabel Left = 256 Top = 120 Width = 24 Height = 13 Caption = 'Long' end object TLabel Left = 16 Top = 176 Width = 253 Height = 13 Caption = 'Display an alert when battery is under %' end object TLabel Left = 16 Top = 200 Width = 280 Height = 13 Caption = 'Display an alert when autonomy is under minutes' end object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 105 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProductName: TLabel Left = 97 Top = 16 Width = 68 Height = 13 Caption = 'Battery Gauge' IsControl = True end object Version: TLabel Left = 99 Top = 32 Width = 66 Height = 13 Caption = 'Release 1.0.1' IsControl = True end object Copyright: TLabel Left = 31 Top = 80 Width = 196 Height = 13 Caption = 'Copyright Alexandre Morette-Bourny 1998' IsControl = True end object Comments: TLabel Left = 8 Top = 104 Width = 3 Height = 13 WordWrap = True IsControl = True end object Image1: TImage Left = 16 Top = 8 Width = 25 Height = 33 Picture.Data = {} end object Image2: TImage Left = 240 Top = 8 Width = 25 Height = 33 Picture.Data = {} end object Label1: TLabel Left = 128 Top = 56 Width = 3 Height = 13 Alignment = taCenter IsControl = True end end object OKButton: TButton Left = 16 Top = 255 Width = 75 Height = 24 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object TrackBar1: TTrackBar Left = 8 Top = 136 Width = 281 Height = 30 Anchors = [akLeft, akTop, akRight] LineSize = 2 Max = 30 Min = 1 Orientation = trHorizontal PageSize = 1 Frequency = 1 Position = 1 SelEnd = 0 SelStart = 0 TabOrder = 1 ThumbLength = 20 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object Button1: TButton Left = 112 Top = 255 Width = 75 Height = 24 Anchors = [akLeft, akBottom] Caption = '&Reset history' TabOrder = 5 OnClick = Button1Click end object Button2: TButton Left = 208 Top = 255 Width = 75 Height = 24 Anchors = [akLeft, akBottom] Caption = 'R&egister' TabOrder = 6 OnClick = Button2Click end object SpinEdit1: TSpinEdit Left = 213 Top = 172 Width = 44 Height = 22 MaxValue = 100 MinValue = 1 TabOrder = 2 Value = 10 OnChange = SpinEdit1Change end object SpinEdit2: TSpinEdit Left = 213 Top = 196 Width = 44 Height = 22 MaxValue = 999 MinValue = 1 TabOrder = 3 Value = 10 OnChange = SpinEdit2Change end object CheckBox1: TCheckBox Left = 14 Top = 221 Width = 212 Height = 17 Alignment = taLeftJustify Caption = 'Run BGauge when Windows starts' Checked = True State = cbChecked TabOrder = 7 OnClick = CheckBox1Click end end